-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React resizable panels #2398
React resizable panels #2398
Conversation
@@ -152,8 +152,8 @@ test('must correctly size new layout columns', async ({ page }) => { | |||
const secondFullWidthBoundingBox3 = await getNthFullWidthBoundingBox(1); | |||
const thirdFullWidthBoundingBox3 = await getNthFullWidthBoundingBox(2); | |||
|
|||
expect(firstFullWidthBoundingBox3!.width).toBe(secondFullWidthBoundingBox3!.width); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's fine if there's no easy better solution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bharatkashyap Can't approve my own PR, but this looks good to me 👍 . Thanks for completing this work.
Let's keep an eye on bvaughn/react-resizable-panels#182 for the pixel based sizes
react-split-pane
withreact-resizable-panels
everywhere in preparation for merging a bottom query panel UXScreen.Recording.2023-08-17.at.5.41.46.PM.mov
Also closes #2516